/* css初始化 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    position: relative;
    font-family: "microsoft yahei", "PingFangSC Regular", "sans-serif";
	background-color: #fff;
	color: #333;
}

img {
    vertical-align: bottom;
}
i{
	font-style: normal;
}
ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: inherit;
}

button {
    cursor: pointer;
    /* 定义鼠标形状 */
}

input,textarea,button,a {
    border: none;
    outline: none;
}

input::-webkit-input-placeholder{color: #ccc;}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* 公共样式 */
.d-box{
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.box{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.sy-lm{
	margin-top: 30px;
}
.img img{max-width: 100%;}
input::-webkit-input-placeholder{color: #ccc;}
li>a{display: block;}
.radius{border-radius: 8px;overflow: hidden;}
.font16{font-size: 16px;}
.font20{font-size: 20px;}
.shadow{box-shadow: 0 0 8px rgba(0,0,0,0.4);}

/* 文本限制行数 */
.text1{
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.textn{
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*滚动条整体样式*/
body::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}

/*滚动条滑块*/
body::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,140,129,0.2);
	background: linear-gradient(to right, #3388ff,#0071ed);
}

/*滚动条轨道*/
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius: 6px;
	background: #fff;
}




/* header */
.top{
	background-color: #e6e6e6;
	font-size: 14px;
	color: #666;
}
.top>.box{
	display: flex;
	flex-flow: row wrap;
	line-height: 40px;
	justify-content: space-between;
}
.top .right{
	display: flex;
	flex-flow: row wrap;
	line-height: 40px;
	justify-content: space-between;
}
.top .right iframe{
	padding-top: 7px;
	height: 40px;
	width: 124px;
	margin-left: 10px;
}
.header{
	background-image: url(../images/bj-1.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
.logo-box{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 36px 0;
	height: 140px;
}




.top .cjhl-ewm{
	position: relative;
}
.top .cjhl-ewm .img{
	height: 36px;
	margin: 0 10px;
}
.top .cjhl-ewm .img img{
	max-height: 100%;
}
.top .cjhl-ewm .ewm{
	position: absolute;
	top: 40px;
	z-index: 10;
	opacity: 0;
	width: 160px;
	overflow: hidden;
	height: 0;
	transition: all 0.5s;
	transform: translateY(50px);
}
.top .cjhl-ewm .ewm div{
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 4px;
	padding: 5px 10px;
}
.top .cjhl-ewm .ewm img{max-width: 100%;}
.top .cjhl-ewm .ewm h5{
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	color: #0099ff;
	font-size: 14px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.top .cjhl-ewm:hover .ewm{
	padding-top: 10px;
	height: auto;
	opacity: 1;
	transform: translateY(0px);
	overflow: inherit;
}


















/* 搜索 */

.search{
	width: 380px;
}
.search form{
	margin: 0;padding: 0;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
}
.search form input{
	height: 40px;
	vertical-align: bottom;
	font-size: 14px;
	background-color: #f2f2f2;
	padding-left: 10px;
	border: solid 1px #0071ed;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	flex: 1;
}
.search #search-submit{
	width: 20%;
	background: linear-gradient(#3388ff,#0071ed);
	color: #fff;
	height: 40px;
}
.search #search-submit img{
	width: 26px;
}

/* nav */

 .nav .box{
	background-color: #fff;
	position: relative;z-index: 100;
	top: -40px;
	z-index: 10;
	text-align: center;
	overflow: unset;
}

.zhu_nav_box{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.zhu_nav{
	position: relative;
	flex: 1;
	padding: 16px 0;
}
.zhu_nav a{
	display: block;
	text-align: center;
	color: #333;
	transition: all .3s;
	text-align: center;
}
.zhu_nav a img{
	width: 40px;
	height: auto;
}
.zhu_nav a p{
	
}
.zhu_nav a span{
	color: #666;
	font-size: 12px;
	text-transform: Uppercase ;
}

.zi_nav_box{
	display: none;
	width: 100%;
	left: 0;
	position: absolute;z-index: 100;
	margin-top: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	
}
.zi_nav_box .zi_nav{
	width: 100%;
	overflow: hidden;
}
.zi_nav_box .zi_nav a{
	display: block;
	line-height: 2.6;
	height: auto;
	padding: 2px 0;
	color: #333;
	width: 100%;
	transition: all .3s;
	}
.zi_nav_box .zi_nav:hover a{
	background-color: #0071ed;
	color: #fff;
}

.zhu_nav a:hover{
	color: #0071ed;
}
.zhu_nav a:hover span{
	color: #0071ed;
}


/* 手机导航 */
.sp_header{
	height:60px;
	overflow:hidden;
	background: linear-gradient(#3388ff,#0071ed);
	position:fixed;
	top: 0;
	left: 0;
	z-index:100;
	width:100%;
	display: none;
}
.sp_header_bj{
	height:60px;
	display: none;
}
.sp_logo{
	padding:14px;
	float:left;
	height:100%;
}

.sp_logo img{
	margin:auto;
	max-height:100%;
}
.sp_nav{
	width:60px;
	float:right;
	position:relative;
	cursor:pointer;
	height:30px;
	margin-top:20px;
}
.sp_nav span{
	display:block;
	background:#fff;
	width:28px;
	height:2px;
	border-radius: 2px;
	position:absolute;
	left:10px;
	transition:all ease 0.35s;
}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{
	position:fixed;
	z-index:1000;
	background:#eee;
	width:50%;
	min-width: 300px;
	height:calc(100% - 60px);
	font-size:14px;
	line-height:40px;
	top:60px;
	right:-100%;
	overflow:auto;
	overflow-x:hidden;
	transition:top ease 0.35s;
}
.nav_show{right:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#0071ed}
.sjj_nav ul li ul li>ul{margin-left:10px}

.sp_sousuo{
	float: right;
	height: 100%;
	width: 40px;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* 新闻资讯 */
.news-box{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: 320px;
	transform: translateY(-10px);
}
.news-box>div{
	width: calc(50% - 10px);
	position: relative;
	height: 100%;
	overflow: hidden;
}
.news-box .swiper-container2{
	width: 100%;
	height: 100%;
}
.swiper-slide2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide a{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.swiper-slide2 a p{
	position: absolute;
	left: 0;bottom: 0;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 12% 0 20px;
	width: 100%;
}


.swiper-button-next2:after, .swiper-button-prev2:after{
 content: ''!important;
}
.swiper-button-next2, .swiper-button-prev2{
 width: 20px;
 height: 50px;
 background-image: url(https://www.lyrc.gov.cn/uploads/images/20230309/6ab7847cf2cac65cd0ba58d0ef6f615f.png);
 background-position: center;
 background-size: 100%;
 opacity: 0;
}
.swiper-button-prev2{
 left: 0!important;
}
.swiper-button-next2{
 right: 0!important;
 transform: rotateY(180deg);
 animation: ;
}
.swiper-container2:hover .swiper-button-next2, .swiper-container2:hover .swiper-button-prev2{
 opacity: 1;
}




.news-box .swiper-container-horizontal>.swiper-pagination-bullets, .news-box .swiper-pagination-custom,.news-box .swiper-pagination-fraction{
	width: auto;
	color: #fff;
	left: auto;
	right: 20px;
	font-size: 14px;
}
.swiper-slide2 .img{height: 100%;}
.swiper-slide2 .img,
.swiper-slide2 img{
	transition: all 0.3s;
	width: 100%;
}
.swiper-slide2 a:hover img{
	transform: scale(1.05);
}


.news_nav{
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin-bottom: 8px;
}
.news_nav li{
	width: 22%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.news_nav .lanmu_nav{
	line-height: 48px;
	color: #666;
}
.news_nav li .bg_xianshi{
	background: linear-gradient(#3388ff,#0071ed);
	color: #fff;
}

.news_lins{
	padding: 0 20px;
}
.news_lins li a{
	line-height: 2.2;
	padding-left: 20px;
	position: relative;
}
.news_lins li a::before{
	content: "●";
	position: absolute;
	left: 0;
	font-size: 12px;
	margin-top: 5px;
	width: 20px;
	text-align: center;
	transition: all .3s;
}
.news_lins li a::after{
	content: "▶";
	position: absolute;
	left: 0;
	opacity: 0;
	font-size: 12px;
	margin-top: 5px;
	width: 20px;
	color: #0071ed;
	text-align: center;
	transition: all .3s;
	transform: translateX(-10px);
}
.news_lins li a{
	color: #333;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	transition: all .3s;
}
.news_lins li p{
	flex: 1;
}
.news_lins li a span{
	width: 150px;
	text-align: right;
	color: #666;
}
.news_lins .current a p span{
	color: #ff0000;
	width: 80px;
}
.news_lins li a:hover{
	color: #0071ed;
}
.news_lins li a:hover::before{
	display: none;
}
.news_lins li a:hover::after{
	transform: translateX(0);
	opacity: 1;
}
.news_neirong .more{
	position: absolute;
	top: 16px;
	right: 20px;
	color: #999;
	
}

/* 专题 */
.zhuanti-box{
	height: auto;
	margin-top: 40px;
}
.zhuanti .neirong_box{
	margin: 10px 0;
}

/* 青年友好城市 */
.youhao-chengshi-box{
	margin-top: 20px;
}
.youhao-chengshi-box>.img img:nth-child(2){display: none;}
.youhao-chengshi{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: #fff url(../images/bj-2.png) no-repeat right bottom;
}
.youhao-chengshi .news_lins{
	/* flex: 1; */
	float: left;
	width: 50%;
}
.youhao-chengshi .news_lins:nth-child(1){
	border-right: solid 1px #ccc;
}

.youhao-chengshi .news_lins li a::before{
	content: "";
	position: absolute;
	left: 0;
	background: url(../images/ico11.png) no-repeat center;
	height: 28px;
	margin-top: 5px;
	width: 20px;
	text-align: center;
	transition: all .3s;
}

/* 政策 */
.rencai-zhengce-box{
	margin-top: 30px;
}
.rencai-zhengce-bt{
	text-align: center;
}
.rencai-zhengce-bt img{margin: 0 auto;}
.rencai-zhengce-bt img:nth-child(2){
	display: none;
}
.rencai-zhengce-fenlei{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	position: relative;
}
.rencai-zhengce-fenlei li{
	position: relative;
	width: calc((100% - 60px) / 4);
}
.rencai-zhengce-fenlei li .img,.rencai-zhengce-fenlei li .img img{width: 100%;}
.rencai-zhengce-fenlei .title{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rencai-zhengce-fenlei .title h4{
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.rencai-zhengce-fenlei .title p{
	width: 36px;
	height: 3px;
	background-color: #fff;
	border-radius: 1.5px;
	margin-top: 12px;
}
.rencai-zhengce-fenlei li>a::after{
	content: "";
	position: absolute;
	left: 0;bottom: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	opacity: 0.5;
	background: linear-gradient(to left, #2a55c4,#2487dc);
	transition: all .3s;
}
.rencai-zhengce-fenlei li>a:hover::after{
	height: 100%;
}
.rencai-zhengce-fenlei .rencai-fuwu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 20px;
	margin-top: 20px;
}
.rencai-zhengce-fenlei .rencai-fuwu a{
	color: #fff;
	display: block;
	text-align: center;
	width: 50%;
	margin-bottom: 12px;
	text-decoration: underline
}
.rencai-zhengce-fenlei .rencai-fuwu a:hover{
	color: #3388ff;
}

/* 友情链接 */
.youlian{
	background-color: #d9d9d9;
	padding: 20px 0;
}
.youlian .box{
	display: flex; 
	align-items: center;
}
.youlian h4{
	color: #0071ed;
	margin: 0 20px;
}
.youlian-lianjie{
	flex: 1;
}
.youlian-lianjie select{
	font-size: 14px;
	height: 30px;
	border-radius: 4px;
	border: solid 1px #808080;
	margin-right: 30px;
	width: 230px;
}


/* 页脚 */
.footer{
	background-color: #0071ed;
	color: #fff;
	line-height: 1.8;
	padding: 40px 0;
}
.footer a{
	color: #fff;
}
.footer2{
	float: left;
	position: relative;
	z-index: 1;
}
.footer3{
	float: right;
	text-align: right;
	position: relative;
	z-index: 1;
}
.footer1{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.footer1 .img{
	margin: 5px;
}




/* 侧边栏 */
.right_nav {
	right: 0;
	top: 25%;
	position: fixed;
	text-align: left;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.right_nav li {
	position: relative;
}
.lanmu{
	height: 60px;
	width: 60px;
	position: relative;
	padding-top: 5px;
	color: #333;
}
.lanmu .img{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0 auto;
}
.lanmu1{
	border-top-left-radius: 4px;
}
.lanmu4{
	border-bottom-left-radius: 4px;
	display: none;
}
.lanmu1 .img{
	background-image: url(../images/ico07.png);
	background-size: 92%;
}
.lanmu2 .img{
	background-image: url(../images/ico08.png);
}
.lanmu3 .img{
	background-image: url(../images/ico09.png);
	background-size: 84%;
}
.lanmu4 .img{
	background-image: url(../images/ico10.png);
	background-size: 80%;
}

.lanmu h4{
	
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.lanmu::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;left: 8%;
	width: 84%;
	height: 1px;
	background-color: #e6e6e6;
}
.hideBox{
	position: absolute;
	right: 80px;top: 0;
	z-index: 10;
}
.hideBox .hb{
	display: none;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 10px 20px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	position: relative;
}
.hideBox .hb::before{
	content: "";
	display: block;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 16px;
	height: 16px;
	background-color: #fff;
	z-index: 11;
}
.hideBox .hb h5{
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	color: #0099ff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
	margin-top: -5px;
}
.hideBox .qqtalk{
	padding-top: 10px;
	padding-bottom: 10px;
}
.hideBox p{
	display: inline-block;
	color: #333;
}
.hideBox .hb1 img{
	width: 170px;
}
.hideBox .hb2{
	width: 170px;
}
.hideBox .hb2 p{
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
}
.lanmu3 .hideBox .hb::before{
	top: 25%;
}








.lanmu:hover .hideBox .hb{
	display: block;
}
.lanmu:hover{
	background-color: #0099ff;
	color: #fff;
}
.lanmu:hover::after{
	height: 0;
}
.lanmu1:hover .img{
	background-image: url(../images/ico071.png);
}
.lanmu2:hover .img{
	background-image: url(../images/ico081.png);
}
.lanmu3:hover .img{
	background-image: url(../images/ico091.png);
}
.lanmu4:hover .img{
	background-image: url(../images/ico101.png);
}


.left-piaochuang{
	position: fixed;
	left: 0;bottom: 14%;
	z-index: 999;
	background-color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 260px;
	overflow: hidden;
}
.left-piaochuang .piaochuang-bt{
	display: block;
}
.left-piaochuang .news_lins{
	padding: 8px 10px;
}
.left-piaochuang .news_lins span{
	display: none;
}
.left-piaochuang .piaochuang-bt img:nth-child(2){
	display: none;
}




/* 内页通用 */
.ny-neirong{
	transform: translateY(-10px);
}
.ny-neirong .box{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ny-neirong .ny-left{
	width: 200px;
	margin-right: 20px;
}
.ny-left-bt{
	background: linear-gradient(to left top, #0071ed,#3388ff);
	color: #fff;
	padding: 20px;
}
.ny-left-bt p{
	font-size: 16px;
}
.ny-left-nav li a{
	width: 100%;
	background-color: #f2f2f2;
	margin-top: 5px;
	padding: 20px;
	color: #666;
}

.ny-left-nav li a:hover,.ny-left-nav li a.cor{
	background-color: #3388ff;
	color: #fff;
}

.ny-neirong .ny-right{
	flex: 1;
}
.ny-right-lujing{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: solid 1px #ccc;
	/* background-color: #f7f7f7; */
}
.ny-right-lujing .left{
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
}
.ny-right-lujing .left h3{
	margin-right: 10px;
}
.ny-right-lujing .right{
	font-size: 14px;
	color: #666;
}
.ny-right-lujing .right a:hover{
	color: #0071ed;
}
/*分页*/
#pages {
    text-align: right;
	margin: 20px 0;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
	color:#666;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #0071ed;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #0071ed;
}

#pages li:hover a {
    color: #fff;
}




/* 新闻列表 */
.ny-wen-list,.ny-wen1-list{
	margin: 10px 0;
}
.ny-wen-list li,.ny-wen1-list li{
	padding: 20px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	align-content: center;
	flex-flow: row nowrap;
	color: #333;
	width: 100%;
	transition: all .3s;
}

.ny-wen-list li img{
	max-width: 200px;
	max-height: 200px;
	border-radius: 8px;
	margin-right: 20px;
}
.ny-wen-list li .title{
	flex: 1;
	margin: auto;
}
.ny-wen-list li .title a{
	margin-bottom: 10px;
	-webkit-line-clamp: 2;
	color: #333;
}
.ny-wen-list li .title span{
	line-height: 32px;
}
.ny-wen-list li a:hover{
	color: #0071ed;
}

/* 公告政策 */
.ny-wen1-list li{
	justify-content: space-between;
	align-items: center;
}
.ny-wen1-list li:nth-child(1){
	border: none;
	padding: 0 20px;
}
.ny-wen1-list li:nth-child(1) a{
	text-align: center;
	cursor: default;
}
.ny-wen1-list li span{
	width: 120px;
	text-align: center;
}
.ny-wen1-list li a span{
	color: #ff0000;
}
.ny-wen1-list li a{
	flex: 1;
	color: #333;
}
.ny-wen1-list li a:hover{
	color: #0071ed;
}
.ny-wen1-list li:nth-child(1) a:hover{
	color: #333;
}

/* 专家 */
.ny-tu-list{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 0;
}
.ny-tu-list li{
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
}
.ny-tu-list li a{
	border: solid 1px #ccc;
	color: #333;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s;
}
.ny-tu-list li .img{
	width: 100%;
	height: 14vw;
}
.ny-tu-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny-tu-list li h3{
	line-height: 2;
	font-size: 20px;
	text-align: center;
}
.ny-tu-list li a:hover{
	background-color: #0071ed;
	color: #fff;
}

/* 详情页 */
.ny-xiangqing-bt{
	text-align: center;
	margin: 20px 0 30px;
}
.ny-xiangqing-bt h2{
	width: 80%;
	margin: 0 auto;
	line-height: 1.4;
	color: #333;
	margin-bottom: 5px;
}
.ny-xiangqing-bt p{
	color: #666;
}
.ny-xiangqing-bt p span{
	margin-right: 10px;
}

.xiangguan-yuedu{
	margin: 40px 0;
	padding: 20px;
	background-color: #f7f7f7;
}
.xiangguan-yuedu h3{
	line-height: 2;
	color: #0071ed;
}
.xiangguan-yuedu p{
	line-height: 1.6;
}
.xiangguan-yuedu p a{
	color: #333;
}
.xiangguan-yuedu p a:hover{
	color: #0071ed;
}
.ny-xiangqing-nr form{
	margin: 0 auto;
}



/* 各区政策 */
.xianqu-zhengce{
	background-color: #f2f2f2;
}
.xianqu-zhengce .box{
	padding: 40px 0;
}
.xianqu-zhengce .lm-bt{
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.xianqu-zhengce .lm-bt h3{
	font-size: 32px;
	color: #333;
}
.xianqu-zhengce .lm-bt span{
	display: block;
	width: 40px;
	height: 2px;
	margin: 10px auto;
	background: linear-gradient(to left, #0071ed,#3388ff);
}
.xianqu-zhengce .lm-bt p{
	font-size: 16px;
	color: #3388ff;
}

.xianqu-zhengce-qu{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.xianqu-zhengce-qu li{
	width: 25%;
	margin-bottom: 30px;
}
.xianqu-zhengce-qu li a{
	position: relative;
	transition: all .3s;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 auto;
}
.xianqu-zhengce-qu .img{
	width: 100%;
	height: 100%;
}
.xianqu-zhengce-qu .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.xianqu-zhengce-qu a p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 2.5;
	background: linear-gradient( rgba(0,0,0,0.2) , rgba(0,0,0,0.8));
}
.xianqu-zhengce-qu li a:hover{
	box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
}
.xianqu-zhengce-qu li a:hover img{
	transform: scale(1.05);
}



.sonnav { 
	height: 44px; 
	line-height: 44px; 
	background: #fff;
	position: relative; 
	box-sizing: border-box; 
	border-bottom: 1px solid #f2f2f2; 
	z-index: 100; 
	display: none;
	transition: all .3s;
}
.sonnav ul { 
	box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.sonnav ul li { 
	display: none; 
	background: #fff; 
	padding: 0 12px; 
	box-sizing: border-box; 
	height: 44px; 
	line-height: 44px; 
}
.sonnav ul li a { 
	color: #1e1e1e;
	font-size: 14px;
	display: block;
}
.sonnav ul li.curr { 
	display: block;
}
.sonnav ul li.curr a { 
	color: #1e1e1e;
	font-size: 16px;
}
.sonnav_curr { 
	border-bottom: 0px;
	transition: all .3s;
}
.sonnav_curr ul { 
	padding-top: 44px;
}
.sonnav_curr ul li { 
	display: block;
	border-top: 1px solid #f2f2f2;
}
.sonnav_curr ul li.curr {
	position: absolute;
	left: 0; top: 0;
	border-top: 0px;
}
.sonnav .sonnavbut {
	position: absolute; 
	right: 0; top: 0; 
	z-index: 2; 
	height: 44px; 
	width: 44px; 
	text-align: right; 
	width: 100%; 
	padding-right: 10px; 
	box-sizing: border-box; 
}
.sonnavbut i { 
	font-size: 24px; 
	color: #3d95d5; 
	transition: All 0.4s ease-in-out; 
	-webkit-transition: All 0.4s ease-in-out; 
	-moz-transition: All 0.4s ease-in-out; 
	-o-transition: All 0.4s ease-in-out; 
}
.sonnav_curr .sonnavbut i { 
	transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
}


.right_nav{
	top: auto;
	bottom: 50px;
	right: 30px;
	background: none;
	box-shadow: none;
}
.right_nav .lanmu4{
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.right_nav .lanmu4 h4{
	display: none;
}
.right_nav .lanmu4 .img{
	width: 100%;
	height: 100%;
	padding: 0;margin: 0;
	background-position: center;
	background-size: 60%;
}
.lanmu4::after{
	display: none;
}
.lanmu4:hover{
	background-color: #0099ff;
	color: #fff;
}

.right-piaochuang{
	position: fixed;
	    right: 0;
	    bottom: 14%;
	    z-index: 999;
	    background-color: #fff;
	    border-top-left-radius: 8px;
	    border-bottom-left-radius: 8px;
	    width: 230px;
	    overflow: hidden;
}